Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.threed.renditions--filters

This contribution is part of XML component org.nuxeo.ecm.platform.threed.renditions inside nuxeo-platform-3d-core-9.10.jar /OSGI-INF/threed-renditions-contrib.xml

Extension Point

Extension point filters of component ActionService.

Contributed Items

  • <filter id="hasThreeDFacet">
          <rule grant="true">
            <facet>ThreeD</facet>
          </rule>
        </filter>
  • <filter append="true" id="allowPDFRendition">
          <rule grant="false">
            <facet>ThreeD</facet>
          </rule>
        </filter>

XML Source

<extension point="filters" target="org.nuxeo.ecm.platform.actions.ActionService">

    <filter id="hasThreeDFacet">
      <rule grant="true">
        <facet>ThreeD</facet>
      </rule>
    </filter>


    <filter append="true" id="allowPDFRendition">
      <rule grant="false">
        <facet>ThreeD</facet>
      </rule>
    </filter>

  </extension>